import { Table, TableBody, TableRow, TableCell, useTheme, } from '@aws-amplify/ui-react'; export const TableFontSizePropExample = () => { const { tokens } = useTheme(); return (